Week 3
Milestones
- Creating hierarchy of Module's internal Dependencies
- Create library aar's for the simplest submodules with no other internal Dependencies
- Replace the dependecies for dependency upper in hierarchy with the library implementation (aar)
- Create AAR for final library Module removing all module dependecies and attaching all library (aar) dependencies
Screenshots / Videos
Contributions
Learnings
Upon Several Discussions and Research , we found that the best approach would be to publish simpler modules first and then use their publication url for including them in more complex modules. So the task can be completed hierarchically